home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Singing Fun! / Sunday Savers: Singing Fun!.iso / mac / Xtras / Buddy API 1.6 / Buddy API Docs.swf / texts / 1308.txt < prev    next >
Encoding:
Text File  |  2004-08-31  |  1.8 KB  |  87 lines

  1. 66
  2. --- RECORDSEPARATOR ---
  3.  
  4. --- RECORDSEPARATOR ---
  5. MsgBoxButtons 
  6. --- RECORDSEPARATOR ---
  7. Pl
  8. --- RECORDSEPARATOR ---
  9. atform:
  10. --- RECORDSEPARATOR ---
  11.  
  12. --- RECORDSEPARATOR ---
  13. Macintosh
  14. --- RECORDSEPARATOR ---
  15.  
  16. --- RECORDSEPARATOR ---
  17. Description:
  18. --- RECORDSEPARATOR ---
  19.  
  20. --- RECORDSEPARATOR ---
  21. baMsgBoxButtons changes the text that will be displayed by baMsgBox
  22. --- RECORDSEPARATOR ---
  23.  
  24. --- RECORDSEPARATOR ---
  25. Usage:
  26. --- RECORDSEPARATOR ---
  27.  
  28. --- RECORDSEPARATOR ---
  29. baMsgBox( OK, Cancel, Yes, No, Retry, Ignore, Abort )
  30. --- RECORDSEPARATOR ---
  31.  
  32. --- RECORDSEPARATOR ---
  33. Arguments:
  34. --- RECORDSEPARATOR ---
  35.  
  36. --- RECORDSEPARATOR ---
  37. String, string, string, string, string, string, string.
  38. --- RECORDSEPARATOR ---
  39.  
  40. --- RECORDSEPARATOR ---
  41. Returns:
  42. --- RECORDSEPARATOR ---
  43.  
  44. --- RECORDSEPARATOR ---
  45. Void.
  46. --- RECORDSEPARATOR ---
  47.  
  48. --- RECORDSEPARATOR ---
  49. Exampl
  50. --- RECORDSEPARATOR ---
  51. es:
  52. --- RECORDSEPARATOR ---
  53.  
  54. --- RECORDSEPARATOR ---
  55. Director: 
  56. --- RECORDSEPARATOR ---
  57. baMsgBoxButtons("","", "Ya", "Nein" , "", "" , "" ) 
  58. --- RECORDSEPARATOR ---
  59. Authorware: 
  60. --- RECORDSEPARATOR ---
  61. baMsgBoxButtons("","", "Ya", "Nein" , "", "" , "" )
  62. --- RECORDSEPARATOR ---
  63.  
  64. --- RECORDSEPARATOR ---
  65. Notes:
  66. --- RECORDSEPARATOR ---
  67.  
  68. --- RECORDSEPARATOR ---
  69. This function allows you to localise/customise the text on the buttons of 
  70. --- RECORDSEPARATOR ---
  71. the 
  72. --- RECORDSEPARATOR ---
  73. baMsgBox function. Call this function before you call baMsgBox. 
  74. --- RECORDSEPARATOR ---
  75. If you want to retain the defualt text, then pass in an empty string. 
  76. --- RECORDSEPARATOR ---
  77. If you change the text of a button, baMsgBox will still return the default text of the 
  78. --- RECORDSEPARATOR ---
  79. button clicked.
  80. --- RECORDSEPARATOR ---
  81.  
  82. --- RECORDSEPARATOR ---
  83. See also:
  84. --- RECORDSEPARATOR ---
  85.  
  86. --- RECORDSEPARATOR ---
  87. baMsgBox